projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e7476
)
(doc-view-mode): Improve docstring.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 1 Feb 2008 03:00:55 +0000
(
03:00
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 1 Feb 2008 03:00:55 +0000
(
03:00
+0000)
lisp/doc-view.el
patch
|
blob
|
history
diff --git
a/lisp/doc-view.el
b/lisp/doc-view.el
index aaa68bf6387e0cc7de5a5c5ed1b4ef66a29ea85f..505c2311d7b5d860ca6f94c9cd8b313001855aa8 100644
(file)
--- a/
lisp/doc-view.el
+++ b/
lisp/doc-view.el
@@
-943,7
+943,8
@@
If BACKWARD is non-nil, jump to the previous match."
(defun doc-view-mode ()
"Major mode in DocView buffers.
You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
-toggle between displaying the document or editing it as text."
+toggle between displaying the document or editing it as text.
+\\{doc-view-mode-map}"
(interactive)
(let* ((prev-major-mode (if (eq major-mode 'doc-view-mode)